-
Notifications
You must be signed in to change notification settings - Fork 273
feat(infra): enhance Docker workflows with Buildx and QEMU setup #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for vllm-semantic-router ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
👥 vLLM Semantic Team NotificationThe following members have been identified for the changed files in this PR and have been automatically assigned: 📁
|
- Added Docker Buildx and QEMU setup steps to docker-publish, docker-release, and precommit-publish workflows. - Specified target platforms (linux/amd64, linux/arm64) for Docker builds in respective workflows. These changes improve multi-platform support for Docker images. Signed-off-by: liuhy <[email protected]>
607eb43 to
729cb9d
Compare
| with: | ||
| context: ./e2e-tests/llm-katan | ||
| file: ./e2e-tests/llm-katan/Dockerfile | ||
| platforms: linux/amd64,linux/arm64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
…ect#307) - Added Docker Buildx and QEMU setup steps to docker-publish, docker-release, and precommit-publish workflows. - Specified target platforms (linux/amd64, linux/arm64) for Docker builds in respective workflows. These changes improve multi-platform support for Docker images. Signed-off-by: liuhy <[email protected]>
…ect#307) - Added Docker Buildx and QEMU setup steps to docker-publish, docker-release, and precommit-publish workflows. - Specified target platforms (linux/amd64, linux/arm64) for Docker builds in respective workflows. These changes improve multi-platform support for Docker images. Signed-off-by: liuhy <[email protected]>


These changes improve multi-platform support for Docker images.
What type of PR is this?
chore(infra): enhance Docker workflows with Buildx and QEMU setup
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #269
Release Notes: Yes/No